Class HardwareFactoryImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.HardwareFactoryImpl
All Implemented Interfaces:
IPCObject, HardwareFactory

public class HardwareFactoryImpl extends IPCObjectImpl implements HardwareFactory
Information provided by the PKI file:

    \class HardwareFactory
    
    \brief Factory for all hardwares.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • devices

      public DeviceFactory devices()
      Information provided by the PKI file:
      
          \brief Returns the DeviceFactory object.
          
          \return DeviceFactory, the DeviceFactory object.
          
              
      Specified by:
      devices in interface HardwareFactory
      Returns:
      DeviceFactory Returns a DeviceFactory
    • modules

      public ModuleFactory modules()
      Information provided by the PKI file:
      
          \brief Returns the ModuleFactory object.
          
          \return ModuleFactory, the ModuleFactory object.
          
              
      Specified by:
      modules in interface HardwareFactory
      Returns:
      ModuleFactory Returns a ModuleFactory